@charset "UTF-8";
body {
  min-width: 1200px;
  -webkit-text-size-adjust: 100%;
  font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
    /*.fadein {
        opacity: 0;
        -webkit-transform: translate(0, 30px);
        -ms-transform: translate(0, 30px);
        transform: translate(0, 30px);
        transition: all .8s ease-in-out;
    }

    .fadein.scrollin {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .fadeinTop {
        animation-name: fadeintop;
        animation-duration: 2s;
        animation-iteration-count: 1;
        animation-timing-function:ease-in-out;

        @keyframes fadeintop {
            0% {
                opacity: 0;
                -webkit-transform: translate(0, -25px);
                -ms-transform: translate(0, -25px);
                transform: translate(0, -25px);
            }

            100% {
                opacity: 1;
                -webkit-transform: translate(0, 0);
                -ms-transform: translate(0, 0);
                transform: translate(0, 0);
            }
        }
    }*/
}
body #main {
  min-height: calc(100vh - 80px);
}

#vision_detail_wrap select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  color: #333;
  font-size: 16px;
  width: 100%;
  height: 100%;
  cursor: pointer;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  body #main {
    min-height: calc(100vh - 60px);
  }
}
.head_wrap {
  background: #fff;
}
.head_wrap .head_cont {
  width: 1440px;
  height: 80px;
  margin: auto;
}
.head_wrap .head_cont h1 {
  padding: 12px 0 0 10px;
}
.head_wrap .head_cont h1 img {
  width: 400px;
  height: auto;
}

.drawer-hamburger {
  background: rgba(91, 184, 233, 0.7);
  -webkit-tap-highlight-color: transparent;
  z-index: 5;
  top: 0;
  /*.drawer-open &{
      top:0;
  }*/
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  background-color: #fff100;
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 0;
}

.drawer--right .drawer-nav {
  right: -40vw;
}

.drawer-nav {
  width: 40vw;
  z-index: 4;
  background-color: #5cb8e9;
}

.drawer-overlay {
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.7);
}

.drawer-menu .menu_inner {
  padding: 60px 15px 15px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}
.drawer-menu .menu_inner ul li {
  margin-top: 10px;
}
.drawer-menu .menu_inner ul li a {
  display: block;
  padding: 0.75rem 0.75rem 0.75rem 20px;
  text-decoration: none;
  color: #fff;
  font-size: 23px;
  background: url(../../img/menu_list.png) no-repeat left center;
  background-size: auto 15px;
}
.drawer-menu .menu_inner ul li a.yell {
  color: #ffe600;
}
.drawer-menu .menu_inner .t_logo {
  text-align: center;
  margin-top: 30px;
}
.drawer-menu .menu_inner .t_logo a {
  display: inline-block;
  border-top: solid 2px #ffe100;
  border-bottom: solid 2px #ffe100;
}
.drawer-menu .menu_inner .t_link {
  margin-top: 30px;
  text-align: center;
}
.drawer-menu .menu_inner .t_link a {
  text-decoration: none;
  color: #000;
}

#memory_cont .topSlide {
  opacity: 0;
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
  width: 90%;
  max-width: 1200px;
  margin: 40px auto 0;
}
#memory_cont .topSlide.slick-initialized {
  opacity: 1;
}
#memory_cont .topSlide .slick-slide p {
  padding: 0 5px;
}
#memory_cont .topSlide img {
  width: 100%;
}
#memory_cont .topSlide .slick-arrow {
  z-index: 1;
  width: 30px;
  height: 30px;
}
#memory_cont .topSlide .slick-arrow::before {
  content: "";
  opacity: 1;
  width: 16px;
  height: 16px;
  border-top: solid 5px #ffe100;
  border-right: solid 5px #ffe100;
  position: absolute;
  z-index: 20;
  margin: auto;
  top: 0;
  bottom: 0;
}
#memory_cont .topSlide .slick-prev::before {
  transform: rotate(-135deg);
  left: 10px;
}
#memory_cont .topSlide .slick-next::before {
  transform: rotate(45deg);
  right: 10px;
}

.slick-slide,
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

.simplebar-scrollbar:before {
  background: #b9e2f8;
}

@media screen and (max-width: 767px) {
  #wrapper .head_wrap .head_cont {
    width: 100%;
    height: 60px;
  }
  #wrapper .head_wrap .head_cont h1 {
    padding: 10px 0 0 10px;
  }
  #wrapper .head_wrap .head_cont h1 img {
    width: 75%;
    max-width: 280px;
  }

  .drawer-hamburger {
    padding: 13px .70rem 25px;
  }

  .drawer--right .drawer-nav {
    right: -100%;
  }

  .drawer-nav {
    width: 100%;
  }

  .drawer-menu .menu_inner {
    padding: 50px 30px 30px 30px;
  }
  .drawer-menu .menu_inner .nav_logo img {
    width: 120px;
  }
  .drawer-menu .menu_inner .t_logo {
    margin-top: 25px;
  }
  .drawer-menu .menu_inner .t_logo img {
    width: 220px;
    height: auto;
  }
  .drawer-menu .menu_inner ul li a {
    font-size: 16px;
    padding: 5px 0 5px 13px;
    background-size: auto 14px;
  }

  #memory_cont .topSlide {
    margin-top: 20px;
  }
  #memory_cont .topSlide .slick-slide p {
    padding: 0 5px;
  }

  .simplebar-track.simplebar-vertical {
    width: 8px;
  }

  body {
    min-width: 320px;
    -webkit-text-size-adjust: 100%;
  }
  body #overlay {
    z-index: -1;
    opacity: 0;
    background: #000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    -webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
    -moz-transition: all 400ms cubic-bezier(1, 0, 0, 1);
    -o-transition: all 400ms cubic-bezier(1, 0, 0, 1);
    transition: all 400ms cubic-bezier(1, 0, 0, 1);
    -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -o-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    transition-timing-function: cubic-bezier(1, 0, 0, 1);
    cursor: pointer;
  }
}
.hide-sp {
  display: block;
}

.hide-pc {
  display: none;
}

ol.decimal {
  list-style-type: decimal;
}

@media screen and (max-width: 767px) {
  section .unit {
    width: auto;
    padding: 0 4%;
  }

  .hide-sp {
    display: none;
  }

  .hide-pc {
    display: block;
  }
}

/*# sourceMappingURL=common.css.map */
